home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / callbat.zip / CALL.B2C < prev    next >
Text File  |  1992-12-11  |  244b  |  11 lines

  1. if not "%1"=="" goto call
  2. echo CALL.COM (c) 1992 Jim Groeneveld, NL. CALL command emulator for DOS « 3.3 .
  3. echo Usage: CALL batch [up to 9 replaceable command line parameters]
  4. goto end
  5.  
  6. :call
  7. shift
  8. %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  9.  
  10. :end
  11.